.swan-light-mode,:root{--swan-toggle-switch-height:20px;--swan-toggle-switch-width:36px}.swan-toggle-switch{-webkit-appearance:none;appearance:none;background:0 0;color:var(--swan-base-text-color);border:0;cursor:pointer;display:inline-block;font-size:var(--swan-font-size-2);font-weight:400;margin-right:calc(var(--swan-spacing-standard-4) - 2px);min-height:44px;padding:0 calc(var(--swan-toggle-switch-width) + var(--swan-spacing-standard-4) - 2px) 0 0;position:relative;text-align:left;vertical-align:middle}.swan-toggle-switch::before{background:var(--swan-color-white-900);border-radius:50%;bottom:calc(50% - (var(--swan-toggle-switch-height)/ 2) + 2px);content:" ";display:inline-block;height:calc(var(--swan-toggle-switch-height) - 2px - 2px);position:absolute;right:calc(var(--swan-toggle-switch-width) - var(--swan-toggle-switch-height) + 2px);transition:right .2s;width:calc(var(--swan-toggle-switch-height) - 2px - 2px);z-index:4}.swan-toggle-switch::after{content:" ";display:inline-block;position:absolute;bottom:calc(50% - (var(--swan-toggle-switch-height)/ 2));right:0;height:var(--swan-toggle-switch-height);width:var(--swan-toggle-switch-width);background-image:url('data:image/svg+xml;utf8,<svg width="12" height="12" fill="none" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 1.5L6 6M6 6C6 6 8.78571 8.78571 10.5 10.5M6 6L1.5 10.5M6 6L1.5 1.5" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>');background-repeat:no-repeat;background-position:calc(var(--swan-toggle-switch-width) - 16px) center;background-color:var(--swan-color-grey-700);border-radius:calc(var(--swan-toggle-switch-height)/ 2);transition:background .2s}.swan-toggle-switch:hover::after{opacity:.6}.swan-toggle-switch:focus{box-shadow:none;outline:0}.swan-toggle-switch:focus::after{box-shadow:0 0 0 2px var(--swan-color-white-900),0 0 0 4px var(--swan-color-semantic-focus);outline:0}.swan-dark-mode .swan-toggle-switch:focus::after,.swan-toggle-switch.swan-dark-mode:focus::after{box-shadow:0 0 0 2px var(--swan-color-grey-900),0 0 0 4px var(--swan-color-semantic-focus-dark);outline:0}.swan-toggle-switch:disabled,.swan-toggle-switch:disabled[aria-checked=true]{cursor:not-allowed}.swan-toggle-switch:disabled::after,.swan-toggle-switch:disabled:hover::after,.swan-toggle-switch:disabled[aria-checked=true]::after,.swan-toggle-switch:disabled[aria-checked=true]:hover::after{background-color:#dfdfdf;opacity:1}.swan-toggle-switch .swan-toggle-switch-text-off,.swan-toggle-switch .swan-toggle-switch-text-on{display:block;text-align:left}.swan-toggle-switch .swan-toggle-switch-text-on{height:0;overflow:hidden}.swan-toggle-switch[aria-checked=true]::before{right:2px;transition:right .2s}.swan-toggle-switch[aria-checked=true]::after{background-image:url('data:image/svg+xml;utf8,<svg width="12" height="12" fill="none" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path d="M1.18749 6.11141L4.12153 9.125L10.8125 2.25" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-position:3px center;background-color:var(--swan-color-black-900);transition:background .2s}.swan-toggle-switch[aria-checked=true] .swan-toggle-switch-text-on{height:auto;overflow:visible}.swan-toggle-switch[aria-checked=true] .swan-toggle-switch-text-on::before{z-index:3}.swan-toggle-switch[aria-checked=true] .swan-toggle-switch-text-off{height:0;overflow:hidden}.swan-toggle-switch-mini{--swan-toggle-switch-height:16px;--swan-toggle-switch-width:28px}.swan-toggle-switch-mini::after{background-image:url('data:image/svg+xml;utf8,<svg width="8" height="8" fill="none" viewBox="0 0 8 8" xmlns="http://www.w3.org/2000/svg"><path d="M7 1L4 4M4 4C4 4 5.85714 5.85714 7 7M4 4L1 7M4 4L1 1" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>');background-position:calc(var(--swan-toggle-switch-width) - 12px) center}.swan-toggle-switch-mini[aria-checked=true]::after{background-image:url('data:image/svg+xml;utf8,<svg width="8" height="8" fill="none" viewBox="0 0 8 8" xmlns="http://www.w3.org/2000/svg"><path d="M0.791986 4.07427L2.74801 6.08333L7.20866 1.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.swan-toggle-switch-super{--swan-toggle-switch-height:28px;--swan-toggle-switch-width:56px}.swan-toggle-switch-super::after{background-position:calc(var(--swan-toggle-switch-width) - 20px) center}.swan-toggle-switch-super[aria-checked=true]::after{background-position:7px center}.swan-toggle-switch-hide-text{padding-right:var(--swan-toggle-switch-width)}.swan-toggle-switch-hide-text .swan-toggle-switch-text-off,.swan-toggle-switch-hide-text .swan-toggle-switch-text-on,.swan-toggle-switch-hide-text[aria-checked=true] .swan-toggle-switch-text-on{opacity:.01;width:1px}